CenterBox: minor tweaks to doc blurb
authorDaniel Boles <dboles@src.gnome.org>
Sat, 5 Aug 2017 17:57:08 +0000 (18:57 +0100)
committerDaniel Boles <dboles@src.gnome.org>
Sat, 5 Aug 2017 17:57:08 +0000 (18:57 +0100)
gtk/gtkcenterbox.c

index 263759871b5effe1e3bbaacdf2aa7de4147ba117..710bf8c59b204280ff59872334a9cd9b2dc198fb 100644 (file)
  *
  * # GtkCenterBox as GtkBuildable
  *
- * The GtkCenterBox implementation of the GtkBuildable interface supports
+ * The GtkCenterBox implementation of the #GtkBuildable interface supports
  * placing children in the 3 positions by specifying “start”, “center” or
  * “end” as the “type” attribute of a <child> element.
  *
  * # CSS nodes
  *
- * GtkCenterBox uses a single CSS node with name box.
+ * GtkCenterBox uses a single CSS node with the name “box”,
  *
  * In horizontal orientation, the nodes of the children are always arranged
  * from left to right. So :first-child will always select the leftmost child,
  * regardless of text direction.
  *
- * In vertical orientation, the are arranged from top to bottom.
+ * In vertical orientation, the nodes of the children are arranged from top to
+ * bottom.
  */
 
 #include "config.h"